home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2000 July
/
macformat-092.iso
/
MacFormat 92 CD
/
Shareware Plus
/
Utilities
/
FolderSynchronizer 1.8.9
/
FoldersSynchronizer
/
FoldersSynchronizer.9
/
AllScripts_34.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-05-10
|
451 b
|
18 lines
on mouseDown me
global gArancio, gNero
set mySprite to the spriteNum of me
if the rollOver <> mySprite then
exit
end if
set myMember to the member of sprite mySprite
set myMouseL to the mouseLine
if myMouseL < 1 then
exit
end if
set myLastColor to the foreColor of line myMouseL of field myMember
if myMouseL = the mouseLine then
set myName to the name of member myMember
VaiAlButton(myName, myMouseL)
end if
end